home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / maillabl.zip / FLDLNKDL.DFM / FLDLNKDL.txt
Text File  |  1996-03-12  |  1KB  |  63 lines

  1. object FieldLinkDlg: TFieldLinkDlg
  2.   Left = 200
  3.   Top = 99
  4.   Width = 461
  5.   Height = 197
  6.   Caption = 'FieldLinkDlg'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 8
  16.     Width = 87
  17.     Height = 16
  18.     Caption = 'DataSources:'
  19.   end
  20.   object Label2: TLabel
  21.     Left = 160
  22.     Top = 8
  23.     Width = 44
  24.     Height = 16
  25.     Caption = 'Fields:'
  26.   end
  27.   object lbDataSources: TListBox
  28.     Left = 16
  29.     Top = 24
  30.     Width = 121
  31.     Height = 129
  32.     ItemHeight = 16
  33.     TabOrder = 0
  34.     OnClick = lbDataSourcesClick
  35.   end
  36.   object lbFields: TListBox
  37.     Left = 160
  38.     Top = 24
  39.     Width = 161
  40.     Height = 129
  41.     ItemHeight = 16
  42.     TabOrder = 1
  43.     OnClick = lbFieldsClick
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 344
  47.     Top = 16
  48.     Width = 89
  49.     Height = 33
  50.     TabOrder = 2
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 344
  55.     Top = 64
  56.     Width = 89
  57.     Height = 33
  58.     TabOrder = 3
  59.     OnClick = BitBtn2Click
  60.     Kind = bkCancel
  61.   end
  62. end
  63.